home *** CD-ROM | disk | FTP | other *** search
- Path: news.cuny.edu!not-for-mail
- From: dzielins@its.brooklyn.cuny.edu (Daniel Zielinski)
- Newsgroups: comp.lang.c
- Subject: rand ?
- Date: 16 Mar 1996 00:34:28 -0500
- Organization: Brooklyn College
- Message-ID: <4idjt4$4du@itsop2.its.brooklyn.cuny.edu>
- NNTP-Posting-Host: itsop2.its.brooklyn.cuny.edu
-
- I need to generate random numbers between 0 and 51, I tried rand() with srand(i)
- i changes constantly but the program never exits. looks like the random number
- is always the same. any help would be apriciated... thanss
-
-